﻿.mykf{z-index:9999;}
.click_kf.hidethis {
    right: -35px;
}
.click_kf:hover {
    background-color: #B50009;
}
.click_kf  {
    position: fixed;
    right: 0; 
    /*right:-35px;*/
    top: 50%;
    transform: translateY(-50%);
    /*z-index: 10;*/
    z-index:999;
    width: 35px;
    /*background-color: #B50009;*/
    background-color: #e13f38;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    line-height: 1;
    background-image: url(../kf/erji.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all ease .3s;
    box-sizing: border-box;
}
.qq_kf {
    text-align: center;
    font-size: 18px;
    display: block;
    color: #B50009;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    line-height: 1;
    background-image: url(../kf/xbp.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 130px;
    /*height:110px;*/
    background-size: 85px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ewm {
    width: 50%;
    border-right: 1px solid rgb(0 0 0 / 10%);
    position: relative;
}

.ewm > img {
        padding-left: 8px;
}
.ewmimg {
    position: absolute;
    right: calc(100% + 25px);
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    bottom: -15px;
    width: 120px;
    transition: all ease .3s;
    opacity: 0;
    visibility: hidden;
}
.ewm:hover > .ewmimg {
    opacity: 1;
    visibility: visible;
}
.ewmimg img {
   width: 100%;
    display: block;
}
.blcktop {
    width: 50%;
    padding-left: 14px;
    cursor: pointer;
}
img {
    filter: blur(0);
    transition: filter 1s;
}
.tel_box {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 15px 0 5px;
}
.phone_tt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}
.phone_phone a {
    line-height: 1;
    /*color: #B50009;*/
    color: #e13f38;
    font-weight: bold;
    font-family: arial;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: 3px;
    font-size: 15px;
    line-height: 200%;
}
.tb_box {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.close_this {
    position: absolute;
    right: 0;
    /*top: -32px;*/
    top: 7px;
    width: 20px;
    cursor: pointer;
    right: 7px;
}
.close_this img {
    width: 100%;
}
.open_this {
    position: fixed;
    right: -150px;
    /*background: #FDF6E0;*/
    background:#fafafa;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    padding: 15px 10px;
    width: 140px;
    border-radius: 10px;
    border: 1px solid rgb(0 0 0 / 3%);
    top: 50%;
    transform: translateY(-49%);
    z-index: 10;
    transition: all ease .3s;
    /*border: 2px solid #B50009;*/
    border: 2px solid #e13f38;
    box-sizing: border-box;
}
.open_this.cur {
    right: 10px;
}
/*.mykf, ::after, ::before {
    box-sizing: border-box;
}*/
